Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / SaveLayout Method / SaveLayout(Form,Stream,String[]) Method
Additional property names of the C1DockingTabPage that you would like to store.

In This Topic
    SaveLayout(Form,Stream,String[]) Method
    In This Topic
    Saves layout of all C1DockingTab controls on the form to the stream.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub SaveLayout( _
       ByVal form As Form, _
       ByVal stream As Stream, _
       ByVal ParamArray pageProperties() As String _
    ) 
    public static void SaveLayout( 
       Form form,
       Stream stream,
       params string[] pageProperties
    )

    Parameters

    form
    stream
    pageProperties
    Additional property names of the C1DockingTabPage that you would like to store.
    See Also